infobar: Fix typo
authorTimm Bäder <mail@baedert.org>
Mon, 2 May 2016 06:59:40 +0000 (08:59 +0200)
committerTimm Bäder <mail@baedert.org>
Sun, 8 May 2016 11:58:18 +0000 (13:58 +0200)
Style class names are prefixed with a '.'

gtk/gtkinfobar.c

index e2c64fb0089842d497b8fcbbdebcecce8a3c61ab..507fb0cb8f8eb9d5b3e1a315a78a9982da1194f5 100644 (file)
  * # CSS nodes
  *
  * GtkInfoBar has a single CSS node with name infobar. The node may get
- * one of the style classes .info, warning, .error or .question, depending
+ * one of the style classes .info, .warning, .error or .question, depending
  * on the message type.
  */